Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1663 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1052 Record.AddSourceLocation(E->getBridgeKeywordLoc()); in VisitObjCBridgedCastExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8308 ExpectedSLoc ToBridgeKeywordLocOrErr = import(OCE->getBridgeKeywordLoc()); in VisitExplicitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h16752 E->getLParenLoc(), E->getBridgeKind(), E->getBridgeKeywordLoc(), TSInfo, in TransformObjCBridgedCastExpr()