Searched refs:getTokenLocation (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSLRootSignature.cpp | 42 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() 52 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() 61 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() 75 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() 84 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() 297 SourceLocation ElementLoc = getTokenLocation(CurToken); in parseDescriptorTable() 1250 CurToken.NumSpelling, getTokenLocation(CurToken), PP.getSourceManager(), in handleUIntLiteral() 1272 CurToken.NumSpelling, getTokenLocation(CurToken), PP.getSourceManager(), in handleIntLiteral() 1308 CurToken.NumSpelling, getTokenLocation(CurToken), PP.getSourceManager(), in handleFloatLiteral() 1447 SourceLocation RootSignatureParser::getTokenLocation(RootSignatureToken Tok) { in getTokenLocation() function in clang::hlsl::RootSignatureParser
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | ParseHLSLRootSignature.h | 220 SourceLocation getTokenLocation(RootSignatureToken Tok); 224 return getDiags().Report(getTokenLocation(CurToken), DiagID); in reportDiag()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1323 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 4865 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function
|