Home
last modified time | relevance | path

Searched refs:FirstOpLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp2596 SourceLocation FirstOpLoc; in ParseFoldExpression() local
2600 FirstOpLoc = ConsumeToken(); in ParseFoldExpression()
2613 << SourceRange(FirstOpLoc); in ParseFoldExpression()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp3258 SourceLocation FirstOpLoc; in ParseFoldExpression() local
3262 FirstOpLoc = ConsumeToken(); in ParseFoldExpression()
3275 << SourceRange(FirstOpLoc); in ParseFoldExpression()
/external/clang/lib/Sema/
DSemaTemplate.cpp4486 SourceLocation FirstOpLoc; in CheckTemplateArgumentAddressOfObjectOrFunction() local
4495 FirstOpLoc = UnOp->getOperatorLoc(); in CheckTemplateArgumentAddressOfObjectOrFunction()
4500 if (FirstOpLoc.isValid()) { in CheckTemplateArgumentAddressOfObjectOrFunction()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp6428 SourceLocation FirstOpLoc; in CheckTemplateArgumentAddressOfObjectOrFunction() local
6437 FirstOpLoc = UnOp->getOperatorLoc(); in CheckTemplateArgumentAddressOfObjectOrFunction()
6442 if (FirstOpLoc.isValid()) { in CheckTemplateArgumentAddressOfObjectOrFunction()